ShowStoryText("In your explorations you happen across a map purporting to lead to that most prized of goals: buried treasure. Searching for a few days, you finally find your destination, but the treasure appears to be buried at the bottom of a deep well.");
SetStartingEvent(ScriptID, false);
if InInventory("{8}") then
AddChoice("Use your climbing tools to get down", "[33]");
end
if InInventory("{9}") then
AddChoice("Use your Sturdy Rope to get down", "[33]");
end
if not (InInventory("{8}") or InInventory("{9}")) then